home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / themes / Dust / metacity-1 / metacity-theme-1.xml < prev   
Encoding:
Extensible Markup Language  |  2009-03-11  |  19.6 KB  |  420 lines

  1. <?xml version="1.0"?>
  2.  
  3. <metacity_theme>
  4. <info>
  5.     <name>Dust</name>
  6.     <author>Kido Mariano, Rico Sta. Cruz</author>
  7.     <copyright>GPL</copyright>
  8.     <date>Jul 28, 2008</date>
  9.     <description>Metacity theme</description>
  10.     <!-- Based on the Elegant Brit theme (though now really far away from it :P) -->
  11. </info>
  12.  
  13.  
  14. <!--
  15.     General window layout (geometric stuff)
  16. -->
  17. <frame_geometry name="frame_geometry_normal" title_scale="medium" rounded_top_left="true" rounded_top_right="true">
  18.     <distance name="left_width" value="1"/>
  19.     <distance name="right_width" value="1"/>
  20.     <distance name="bottom_height" value="4"/>
  21.     <distance name="left_titlebar_edge" value="2"/>
  22.     <distance name="right_titlebar_edge" value="1"/>
  23.     <distance name="button_width" value="28"/>
  24.     <distance name="button_height" value="20"/>
  25.     <distance name="title_vertical_pad" value="1"/>
  26.     <border name="title_border" left="2" right="2" top="3" bottom="0"/>
  27.     <border name="button_border" left="0" right="0" top="2" bottom="1"/>
  28. </frame_geometry>
  29.  
  30. <frame_geometry name="frame_geometry_abnormal" title_scale="medium" rounded_top_left="false" rounded_top_right="false">
  31.     <distance name="left_width" value="0"/>
  32.     <distance name="right_width" value="0"/>
  33.     <distance name="bottom_height" value="0"/>
  34.     <distance name="left_titlebar_edge" value="1"/>
  35.     <distance name="right_titlebar_edge" value="2"/>
  36.     <distance name="button_width" value="28"/>
  37.     <distance name="button_height" value="20"/>
  38.     <distance name="title_vertical_pad" value="0"/>
  39.     <border name="title_border" left="0" right="0" top="3" bottom="0"/>
  40.     <border name="button_border" left="0" right="0" top="2" bottom="1"/>
  41. </frame_geometry>
  42.  
  43.  
  44.  
  45. <!--
  46.     Window Title
  47. -->
  48.  
  49. <draw_ops name="draw_title_text_normal">
  50.     <title x="1" y="(height - title_height) / 2 + 1" color="#2F2E2B"/>
  51.     <title x="0" y="(height - title_height) / 2" color="#FFFFFF"/>
  52. </draw_ops>
  53.  
  54. <draw_ops name="draw_title_text_inactive">
  55.     <title x="0" y="(height - title_height) / 2" color="#727262"/>
  56. </draw_ops>
  57.  
  58. <!--
  59.     Construct titlebar from rectangles instead so we can pick up the GTK theme
  60. -->
  61.  
  62. <draw_ops name="draw_title">
  63.     <!-- Background gradient -->
  64.     <gradient type="vertical" x="0" y="0" width="width+9" height="height">
  65.         <!--<color value="#80594D"/>-->
  66.         <color value="shade/gtk:bg[SELECTED]/0.6"/>
  67.         <!--Static colors to mach static menubar and all-->
  68.         <color value="#3F3E39" />
  69.         <color value="#3A3936" />
  70.         <color value="#373633" />
  71.         <!--color value="shade/gtk:bg[NORMAL]/0.29" />
  72.         <color value="shade/gtk:bg[NORMAL]/0.27" />
  73.         <color value="shade/gtk:bg[NORMAL]/0.25" /-->
  74.         <color value="#343330" />
  75.         <!--color value="shade/gtk:bg[NORMAL]/0.24" /-->
  76.     </gradient>
  77.     
  78.     <!-- Topmost dark line -->
  79.     <line color="shade/gtk:bg[NORMAL]/0.30" x1="0" x2="width" y1="0" y2="0"/>
  80.     
  81.     <!-- Darkening of the left arch -->
  82.     <line color="shade/gtk:bg[NORMAL]/0.30" x1="0" x2="4" y1="1" y2="1"/>
  83.     <line color="shade/gtk:bg[NORMAL]/0.30" x1="0" x2="2" y1="2" y2="2"/>
  84.     <line color="shade/gtk:bg[NORMAL]/0.30" x1="0" x2="1" y1="3" y2="3"/>
  85.     <line color="shade/gtk:bg[NORMAL]/0.30" x1="0" x2="1" y1="4" y2="4"/>
  86.     <line color="shade/gtk:bg[NORMAL]/0.30" x1="0" x2="0" y1="5" y2="20"/>
  87.     
  88.     <!-- Top highlight -->
  89.     <!-- This uses <tint> (which supports alpha) instead of <line> (which doesn't) -->
  90.     <tint color="#ffffff" alpha="0.35" x="5" y="1" width="width - 10" height="1"/> 
  91.     
  92.     <!-- Upper-left highlight -->
  93.     <!-- Draw each pixel one by one. Again, using <tint> for alpha support. -->
  94.     <tint color="#ffffff" alpha="0.30" x="3" y="2"  width="2" height="1"/> 
  95.     <tint color="#ffffff" alpha="0.27" x="2" y="3"  width="1" height="1"/> 
  96.     <tint color="#ffffff" alpha="0.24" x="2" y="4"  width="1" height="1"/> 
  97.     <tint color="#ffffff" alpha="0.21" x="1" y="5"  width="1" height="1"/> 
  98.     <tint color="#ffffff" alpha="0.18" x="1" y="6"  width="1" height="1"/> 
  99.     <tint color="#ffffff" alpha="0.15" x="1" y="7"  width="1" height="1"/> 
  100.     <tint color="#ffffff" alpha="0.12" x="1" y="8"  width="1" height="1"/> 
  101.     <tint color="#ffffff" alpha="0.09" x="1" y="9"  width="1" height="1"/> 
  102.     <tint color="#ffffff" alpha="0.06" x="1" y="10" width="1" height="1"/> 
  103.     <tint color="#ffffff" alpha="0.03" x="1" y="11" width="1" height="1"/> 
  104.     
  105.     <!-- Upper-right highlight -->
  106.     <!-- Same as above. -->
  107.     <tint color="#ffffff" alpha="0.30" x="width-5" y="2"  width="2" height="1"/> 
  108.     <tint color="#ffffff" alpha="0.27" x="width-3" y="3"  width="1" height="1"/> 
  109.     <tint color="#ffffff" alpha="0.24" x="width-3" y="4"  width="1" height="1"/> 
  110.     <tint color="#ffffff" alpha="0.21" x="width-2" y="5"  width="1" height="1"/> 
  111.     <tint color="#ffffff" alpha="0.18" x="width-2" y="6"  width="1" height="1"/> 
  112.     <tint color="#ffffff" alpha="0.15" x="width-2" y="7"  width="1" height="1"/> 
  113.     <tint color="#ffffff" alpha="0.12" x="width-2" y="8"  width="1" height="1"/> 
  114.     <tint color="#ffffff" alpha="0.09" x="width-2" y="9"  width="1" height="1"/> 
  115.     <tint color="#ffffff" alpha="0.06" x="width-2" y="10" width="1" height="1"/> 
  116.     <tint color="#ffffff" alpha="0.03" x="width-2" y="11" width="1" height="1"/> 
  117.     
  118. </draw_ops>
  119.  
  120. <draw_ops name="draw_title_inactive">
  121.     <!-- Background gradient -->
  122.     <gradient type="vertical" x="0" y="0" width="width+9" height="height">
  123.         <color value="#3A3936" />
  124.         <color value="#343330" />
  125.     </gradient>
  126.         
  127.     <!-- Topmost dark line -->
  128.     <line color="shade/gtk:bg[NORMAL]/0.25" x1="1" x2="width-2" y1="0" y2="0"/>
  129.     <!-- Top highlight -->
  130.     <tint color="#ffffff" alpha="0.2" x="5" y="1" width="width - 10" height="1"/> 
  131.     
  132.     <!-- Lower-left highlight -->
  133.     <line color="shade/gtk:bg[NORMAL]/0.33" x1="3" x2 ="4" y1="2" y2="2" />
  134.     <line color="shade/gtk:bg[NORMAL]/0.32" x1="2" x2 ="2" y1="3" y2="4" />
  135.     
  136.     <!-- Lower-left higlight fade -->
  137.     <gradient type="vertical" x="1" y="5" width="1" height="title_height - 4">
  138.         <color value="shade/gtk:bg[NORMAL]/0.30"/>
  139.         <color value="shade/gtk:bg[NORMAL]/0.25"/>
  140.     </gradient> 
  141.     
  142.     <!-- Upper right highlight -->
  143.     <line color="shade/gtk:bg[NORMAL]/0.30" x1="width-5" x2 ="width-4" y1="2" y2="2" />
  144.     <line color="shade/gtk:bg[NORMAL]/0.30" x1="width-3" x2 ="width-3" y1="3" y2="4" />
  145.     
  146.     <!-- Lower-left higlight fade -->
  147.     <gradient type="vertical" x="width-2" y="5" width="1" height="title_height - 4">
  148.         <color value="shade/gtk:bg[NORMAL]/0.30"/>
  149.         <color value="shade/gtk:bg[NORMAL]/0.25"/>
  150.     </gradient> 
  151. </draw_ops>
  152.  
  153. <draw_ops name="draw_title_maximized">
  154.     <!-- Background gradient -->
  155.     <gradient type="vertical" x="0" y="0" width="width+9" height="height">
  156.         <!--<color value="#80594D"/>-->
  157.         <color value="shade/gtk:bg[SELECTED]/0.6"/>
  158.         <!--Static colors to mach static menubar and all-->
  159.         <color value="#3F3E39" />
  160.         <color value="#3A3936" />
  161.         <color value="#373633" />
  162.         <!--color value="shade/gtk:bg[NORMAL]/0.29" />
  163.         <color value="shade/gtk:bg[NORMAL]/0.27" />
  164.         <color value="shade/gtk:bg[NORMAL]/0.25" /-->
  165.         <color value="#343330" />
  166.         <!--color value="shade/gtk:bg[NORMAL]/0.24" /-->
  167.     </gradient>
  168.     
  169.     <!-- Topmost dark line -->
  170.     <line color="shade/gtk:bg[NORMAL]/0.30" x1="0" x2="width" y1="0" y2="0"/>
  171.     
  172.     <!-- Top highlight -->
  173.     <!-- This uses <tint> (which supports alpha) instead of <line> (which doesn't) -->
  174.     <tint color="#ffffff" alpha="0.35" x="1" y="1" width="width - 2" height="1"/> 
  175.     
  176. </draw_ops>
  177.  
  178. <draw_ops name="draw_title_maximized_inactive">
  179.     <!-- Background gradient -->
  180.     <gradient type="vertical" x="0" y="0" width="width+9" height="height">
  181.         <!--<color value="#80594D"/>-->
  182.         <color value="#3A3936" />
  183.         <color value="#343330" />
  184.     </gradient>
  185.     
  186.     <!-- Topmost dark line -->
  187.     <line color="shade/gtk:bg[NORMAL]/0.30" x1="0" x2="width" y1="0" y2="0"/>
  188.     
  189.     <!-- Top highlight -->
  190.     <!-- This uses <tint> (which supports alpha) instead of <line> (which doesn't) -->
  191.     <tint color="#ffffff" alpha="0.35" x="1" y="1" width="width - 2" height="1"/> 
  192.     
  193. </draw_ops>
  194.  
  195. <!--
  196.     The frame around windows
  197. -->
  198.  
  199. <draw_ops name="draw_frame">
  200.     <rectangle color="shade/gtk:bg[NORMAL]/0.25" x="0" y="0" width="width" height="height" filled="true"/>
  201.     <!-- RSC: Subtle gradient on left/right edges to match the menubar -->
  202.     <gradient type="vertical" x="0" y="0" width="width" height="100">
  203.         <color value="shade/gtk:bg[NORMAL]/0.25"/>
  204.         <color value="shade/gtk:bg[NORMAL]/0.15"/>
  205.         <color value="shade/gtk:bg[NORMAL]/0.25"/>
  206.     </gradient> 
  207. </draw_ops>
  208.  
  209. <!--Borderless only: make bottom border less apparent. We can do this now since our statusbars are light.-->
  210. <draw_ops name="bottom_edge">
  211.     <rectangle color="shade/gtk:bg[NORMAL]/0.25" x="0" y="0" width="width" height="height" filled="true"/>
  212.     <gradient type="vertical" x="1" y="height-6" width="width-2" height="5">
  213.         <color value="shade/gtk:bg[NORMAL]/0.85"/>
  214.         <color value="shade/gtk:bg[NORMAL]/0.5"/>
  215.     </gradient>
  216. </draw_ops>
  217.  
  218.  
  219. <!--
  220.     Buttons
  221. -->
  222. <!-- close button-->
  223. <draw_ops name="button_close_normal">
  224.     <image filename="button_close_normal.png" x="0" y="1" width="object_width" height="object_height"/>
  225. </draw_ops>
  226. <draw_ops name="button_close_prelight">
  227.     <image filename="button_close_prelight.png" x="0" y="1" width="object_width" height="object_height"/>
  228. </draw_ops>
  229. <draw_ops name="button_close_inactive_prelight">
  230.     <image filename="button_close_prelight.png" x="0" y="1" width="object_width" height="object_height" alpha="0.3"/>
  231. </draw_ops>
  232. <draw_ops name="button_close_pressed">
  233.     <image filename="button_close_pressed.png" x="0" y="1" width="object_width" height="object_height"/>
  234. </draw_ops>
  235. <draw_ops name="button_close_inactive">
  236.     <image filename="button_close_normal.png" x="0" y="1" width="object_width" height="object_height" alpha="0.3"/>
  237. </draw_ops>
  238.  
  239. <!-- maximize button-->
  240. <draw_ops name="button_max_normal">
  241.     <image filename="button_max_normal.png" x="0" y="1" width="object_width" height="object_height"/>
  242. </draw_ops>
  243. <draw_ops name="button_max_prelight">
  244.     <image filename="button_max_prelight.png" x="0" y="1" width="object_width" height="object_height"/>
  245. </draw_ops>
  246. <draw_ops name="button_max_inactive_prelight">
  247.     <image filename="button_max_prelight.png" x="0" y="1" width="object_width" height="object_height" alpha="0.3"/>
  248. </draw_ops>
  249. <draw_ops name="button_max_pressed">
  250.     <image filename="button_max_pressed.png" x="0" y="1" width="object_width" height="object_height"/>
  251. </draw_ops>
  252. <draw_ops name="button_max_inactive">
  253.     <image filename="button_max_normal.png" x="0" y="1" width="object_width" height="object_height" alpha="0.3"/>
  254. </draw_ops>
  255.  
  256. <!-- minimize button-->
  257. <draw_ops name="button_min_normal">
  258.     <image filename="button_min_normal.png" x="0" y="1" width="object_width" height="object_height"/>
  259. </draw_ops>
  260. <draw_ops name="button_min_prelight">
  261.     <image filename="button_min_prelight.png" x="0" y="1" width="object_width" height="object_height"/>
  262. </draw_ops>
  263. <draw_ops name="button_min_inactive_prelight">
  264.     <image filename="button_min_prelight.png" x="0" y="1" width="object_width" height="object_height" alpha="0.3"/>
  265. </draw_ops>
  266. <draw_ops name="button_min_pressed">
  267.     <image filename="button_min_pressed.png" x="0" y="1" width="object_width" height="object_height"/>
  268. </draw_ops>
  269. <draw_ops name="button_min_inactive">
  270.     <image filename="button_min_normal.png" x="0" y="1" width="object_width" height="object_height" alpha="0.3"/>
  271. </draw_ops>
  272.  
  273. <!-- menu button -->
  274. <!--
  275. <draw_ops name="button_menu_normal">
  276. <image filename="button_menu_normal.png" x="0" y="2" width="object_width" height="object_height"/>
  277. </draw_ops>
  278. <draw_ops name="button_menu_prelight">
  279. <image filename="button_menu_prelight.png" x="0" y="2" width="object_width" height="object_height"/>
  280. </draw_ops>
  281. <draw_ops name="button_menu_inactive_prelight">
  282. <image filename="button_menu_prelight.png" x="0" y="2" width="object_width" height="object_height" alpha="0.3"/>
  283. </draw_ops>
  284. <draw_ops name="button_menu_pressed">
  285. <image filename="button_menu_pressed.png" x="0" y="2" width="object_width" height="object_height"/>
  286. </draw_ops>
  287. <draw_ops name="button_menu_inactive">
  288. <image filename="button_menu_normal.png" x="0" y="2" width="object_width" height="object_height" alpha="0.3"/>
  289. </draw_ops>-->
  290.  
  291. <!-- menu icon -->
  292. <draw_ops name="button_menu_normal">
  293. <icon x="6" y="2" width="mini_icon_width" height="mini_icon_height"/>
  294. </draw_ops>
  295. <draw_ops name="button_menu_prelight">
  296. <icon x="6" y="2" width="mini_icon_width" height="mini_icon_height"/>
  297. </draw_ops>
  298. <draw_ops name="button_menu_inactive_prelight">
  299. <icon x="6" y="2" width="mini_icon_width" height="mini_icon_height" alpha="0.3"/>
  300. </draw_ops>
  301. <draw_ops name="button_menu_pressed">
  302. <icon x="6" y="2" width="mini_icon_width" height="mini_icon_height"/>
  303. </draw_ops>
  304. <draw_ops name="button_menu_inactive">
  305. <icon x="6" y="2" width="mini_icon_width" height="mini_icon_height" alpha="0.3"/>
  306. </draw_ops>
  307.  
  308.  
  309.  
  310. <!--
  311.     Frame styles
  312. -->
  313.  
  314. <!-- normal -->
  315. <frame_style name="frame_style_normal_focused" geometry="frame_geometry_normal">
  316.    <piece position="title" draw_ops="draw_title_text_normal"/>
  317.    <piece position="titlebar" draw_ops="draw_title"/>
  318.    <piece position="left_edge" draw_ops="draw_frame"/>
  319.    <piece position="right_edge" draw_ops="draw_frame"/>
  320.    <piece position="bottom_edge" draw_ops="bottom_edge"/>
  321.    <button function="close" state="normal" draw_ops="button_close_normal"/>
  322.    <button function="close" state="prelight" draw_ops="button_close_prelight"/>
  323.    <button function="close" state="pressed" draw_ops="button_close_pressed"/>
  324.    <button function="minimize" state="normal" draw_ops="button_min_normal"/>
  325.    <button function="minimize" state="prelight" draw_ops="button_min_prelight"/>
  326.    <button function="minimize" state="pressed" draw_ops="button_min_pressed"/>
  327.    <button function="maximize" state="normal" draw_ops="button_max_normal"/>
  328.    <button function="maximize" state="prelight" draw_ops="button_max_prelight"/>
  329.    <button function="maximize" state="pressed" draw_ops="button_max_pressed"/>
  330.    <button function="menu" state="normal" draw_ops="button_menu_normal"/>
  331.    <button function="menu" state="prelight" draw_ops="button_menu_prelight"/>
  332.    <button function="menu" state="pressed" draw_ops="button_menu_pressed"/>
  333. </frame_style>
  334.  
  335. <frame_style name="frame_style_normal_unfocused" geometry="frame_geometry_normal">
  336.    <piece position="title" draw_ops="draw_title_text_inactive"/>
  337.    <piece position="titlebar" draw_ops="draw_title_inactive"/>
  338.    <piece position="left_edge" draw_ops="draw_frame"/>
  339.    <piece position="right_edge" draw_ops="draw_frame"/>
  340.    <piece position="bottom_edge" draw_ops="bottom_edge"/>
  341.    <button function="close" state="normal" draw_ops="button_close_inactive"/>
  342.    <button function="close" state="prelight" draw_ops="button_close_inactive_prelight"/>
  343.    <button function="close" state="pressed" draw_ops="button_close_inactive"/>
  344.    <button function="minimize" state="normal" draw_ops="button_min_inactive"/>
  345.    <button function="minimize" state="prelight" draw_ops="button_min_inactive_prelight"/>
  346.    <button function="minimize" state="pressed" draw_ops="button_min_inactive"/>
  347.    <button function="maximize" state="normal" draw_ops="button_max_inactive"/>
  348.    <button function="maximize" state="prelight" draw_ops="button_max_inactive_prelight"/>
  349.    <button function="maximize" state="pressed" draw_ops="button_max_inactive"/>
  350.    <button function="menu" state="normal" draw_ops="button_menu_inactive"/>
  351.    <button function="menu" state="prelight" draw_ops="button_menu_inactive_prelight"/>
  352.    <button function="menu" state="pressed" draw_ops="button_menu_inactive"/>
  353. </frame_style>
  354.  
  355. <frame_style name="frame_style_maximized_focused" geometry="frame_geometry_abnormal">
  356.    <piece position="title" draw_ops="draw_title_text_normal"/>
  357.    <piece position="titlebar" draw_ops="draw_title_maximized"/>
  358.    <piece position="left_edge" draw_ops="draw_frame"/>
  359.    <piece position="right_edge" draw_ops="draw_frame"/>
  360.    <piece position="bottom_edge" draw_ops="bottom_edge"/>
  361.    <button function="close" state="normal" draw_ops="button_close_normal"/>
  362.    <button function="close" state="prelight" draw_ops="button_close_prelight"/>
  363.    <button function="close" state="pressed" draw_ops="button_close_pressed"/>
  364.    <button function="minimize" state="normal" draw_ops="button_min_normal"/>
  365.    <button function="minimize" state="prelight" draw_ops="button_min_prelight"/>
  366.    <button function="minimize" state="pressed" draw_ops="button_min_pressed"/>
  367.    <button function="maximize" state="normal" draw_ops="button_max_normal"/>
  368.    <button function="maximize" state="prelight" draw_ops="button_max_prelight"/>
  369.    <button function="maximize" state="pressed" draw_ops="button_max_pressed"/>
  370.    <button function="menu" state="normal" draw_ops="button_menu_normal"/>
  371.    <button function="menu" state="prelight" draw_ops="button_menu_prelight"/>
  372.    <button function="menu" state="pressed" draw_ops="button_menu_normal"/>
  373. </frame_style>
  374.  
  375. <frame_style name="frame_style_maximized_unfocused" geometry="frame_geometry_abnormal">
  376.    <piece position="title" draw_ops="draw_title_text_inactive"/>
  377.    <piece position="titlebar" draw_ops="draw_title_maximized_inactive"/>
  378.    <piece position="left_edge" draw_ops="draw_frame"/>
  379.    <piece position="right_edge" draw_ops="draw_frame"/>
  380.    <piece position="bottom_edge" draw_ops="bottom_edge"/>
  381.    <button function="close" state="normal" draw_ops="button_close_inactive"/>
  382.    <button function="close" state="prelight" draw_ops="button_close_prelight"/>
  383.    <button function="close" state="pressed" draw_ops="button_close_inactive"/>
  384.    <button function="minimize" state="normal" draw_ops="button_min_inactive"/>
  385.    <button function="minimize" state="prelight" draw_ops="button_min_prelight"/>
  386.    <button function="minimize" state="pressed" draw_ops="button_min_inactive"/>
  387.    <button function="maximize" state="normal" draw_ops="button_max_inactive"/>
  388.    <button function="maximize" state="prelight" draw_ops="button_max_prelight"/>
  389.    <button function="maximize" state="pressed" draw_ops="button_max_inactive"/>
  390.    <button function="menu" state="normal" draw_ops="button_menu_inactive"/>
  391.    <button function="menu" state="prelight" draw_ops="button_menu_inactive"/>
  392.    <button function="menu" state="pressed" draw_ops="button_menu_inactive"/>
  393. </frame_style>
  394.  
  395. <frame_style_set name="frame_style_set_normal">
  396.   <frame focus="yes" state="normal" resize="both" style="frame_style_normal_focused"/>
  397.   <frame focus="no" state="normal" resize="both" style="frame_style_normal_unfocused"/>
  398.   <frame focus="yes" state="maximized" style="frame_style_maximized_focused"/>
  399.   <frame focus="no" state="maximized" style="frame_style_maximized_unfocused"/>
  400.   <frame focus="yes" state="shaded" style="frame_style_normal_focused"/>
  401.   <frame focus="no" state="shaded" style="frame_style_normal_unfocused"/>
  402.   <frame focus="yes" state="maximized_and_shaded" style="frame_style_maximized_focused"/>
  403.   <frame focus="no" state="maximized_and_shaded" style="frame_style_maximized_unfocused"/>
  404. </frame_style_set>
  405.  
  406. <window type="normal" style_set="frame_style_set_normal"/>
  407. <window type="dialog" style_set="frame_style_set_normal"/>
  408. <window type="modal_dialog" style_set="frame_style_set_normal"/>
  409. <window type="menu" style_set="frame_style_set_normal"/>
  410. <window type="utility" style_set="frame_style_set_normal"/>
  411. <window type="border" style_set="frame_style_set_normal"/>
  412.  
  413. <menu_icon function="close" state="normal" draw_ops="button_close_normal"/>
  414. <menu_icon function="maximize" state="normal" draw_ops="button_max_normal"/>
  415. <menu_icon function="unmaximize" state="normal" draw_ops="button_max_normal"/>
  416. <menu_icon function="minimize" state="normal" draw_ops="button_min_normal"/>
  417.  
  418.  
  419. </metacity_theme>
  420.